memory check

英 [ˈmeməri tʃek] 美 [ˈmeməri tʃek]

网络  内存检查; 内存检测; 内存反省; 存储器检查; 记忆查询状态

计算机



双语例句

  1. The best way to avoid freeing memory in a handler is to flag or record the objects to be freed and have the program check from time to time whether anything is waiting to be freed.
    避免在处理器中释放内存的最好方法是,标记或记录将要释放的对象,让程序不间断地检查是否有等待被释放的内存。
  2. To learn more about shared memory (/ dev/ shm) and its use, check out this practical tutorial on/ dev/ shm.
    要了解更多有关共享内存(/dev/shm)及其使用的信息,请查阅这个实用教程。
  3. When we run our script, we notice some odd behavior relating to memory usage and need to check it out.
    在运行脚本时,我们注意到一些与内存使用量相关的奇怪行为并需要将其检查出来。
  4. Check the Memory tab if you need to further confirm the problem.
    如果需要更进一步的确认问题,请看Memory选项卡。
  5. To the best of my memory, he wrote a check for$ 200.
    就我记忆所及,他曾开过一张200美元的支票。
  6. Moreover, the data of the event is recorded in the memory so as to facilitate the dispute check in the future.
    并把事件数据记录在存储器中,方便日后纠纷核对。
  7. So if your child snoring at night, and concentration in class, sleepiness, decreased memory, poor academic performance, we should first check to the otorhinolaryngology and nasopharyngeal tonsil.
    所以如果你的孩子夜间打鼾,并有上课注意力不集中,嗜睡,记忆力下降,学习成绩差,首先要到耳鼻咽喉科检查鼻咽及扁桃体。
  8. Setup does not have enough conventional memory to check your computer's hard disks.
    安装程序没有足够的常规内存去检查计算机的硬盘。
  9. System out of memory. Please check the log file for details.
    系统内存不足。请检查日志文件以了解详细情况。
  10. If you want to turn off the memory configuration check, you can create the following registry key.
    如果要关闭内存配置检查,可以创建以下注册表项。
  11. "Add" Run in Separate Memory Space "check box to Run dialog box"
    “将在单独的内存空间运行复选框添加到运行对话框”
  12. To cope with the problem of heap memory leak, this paper presents a dynamic memory leak check technology based on red-black tree.
    实现时采用红黑树管理所分配的堆内存,理论推导和实验表明其具有较高的效率。
  13. The research work of this article provide complete base knowledge for research on Windows rootkit's check technic. The novel method-memory integrality check method make up the deficiency of current check method, it can find out all currently exist Windows rootkit.
    本文的研究工作对WindowsRootKit检测方法的研究提供了比较完整的基础知识,所提出的内存完整性检测方法,弥补了现有检测方法的不足,可以有效地检测出各种WindowsRootKit。
  14. Based on the memory integrality check method, we design a new Windows rootkit check tool. All technic details is presented.
    根据此方法,本文给出了一个完整的WindowsRootKit检测工具设计方案,并详细讲述了具体的实现细节。
  15. In order to check all kinds of Windows rootkit efficiently and completely, we put forward memory integrality check method.
    提出了一种内存完整性检测方法,以全面、有效地检测各种现有的WindowsRootKit。
  16. At the same time, a memory cell dynamic demotion mechanism and relevant arithmetic are put forward to ensure the system to check multiform nonself.
    同时模型还针对计算机免疫系统中非自体的多样性和广泛性,提出了对记忆细胞的动态降职机制,并给出了记忆细胞动态降职算法。
  17. The C language allows indirect access memory location by pointer without boundary check, which may cause buffer overflow.
    由于C语言允许通过指针进行间接内存访问,但并不进行边界检查,因此可能存在缓冲区溢出。
  18. One of the most important reasons is that C allow indirect memory access by pointer without boundary check and provide many unsafe functions which may cause buffer overflow. Meanwhile, there are such functions in Windows operating system.
    一个重要的原因就是C/C++允许通过指针进行间接内存访问但没有缓冲区边界检查和提供了大量对缓冲区可能存在不安全操作的库函数,在Windows操作系统中也存在类似的函数。